udebug-cli: fix terminating uloop
authorFelix Fietkau <[email protected]>
Tue, 22 Jul 2025 08:38:18 +0000 (10:38 +0200)
committerFelix Fietkau <[email protected]>
Tue, 22 Jul 2025 08:38:18 +0000 (10:38 +0200)
Signed-off-by: Felix Fietkau <[email protected]>
udebug-cli

index 0fbf3a0ddc66cdb5ca3a48a83c2bfe484dc336bd..72adc918cff6ba52dc79520ba406036050fa2091 100755 (executable)
@@ -237,7 +237,7 @@ let cmds = {
                        }
                }
 
-               let done = () => { uloop.done(); };
+               let done = () => { uloop.end(); };
                signal('SIGINT', done);
                signal('SIGTERM', done);